go/printer.printer.stmt (method)

12 uses

	go/printer (current package)
		nodes.go#L1154: 			p.stmt(s, nextIsRBrace && i == len(list)-1)
		nodes.go#L1238: 			p.stmt(init, false)
		nodes.go#L1249: 				p.stmt(post, false)
		nodes.go#L1294: func (p *printer) stmt(stmt ast.Stmt, nextIsRBrace bool) {
		nodes.go#L1322: 		p.stmt(s.Stmt, nextIsRBrace)
		nodes.go#L1394: 				p.stmt(s.Else, nextIsRBrace)
		nodes.go#L1400: 				p.stmt(s.Else, true)
		nodes.go#L1424: 			p.stmt(s.Init, false)
		nodes.go#L1428: 		p.stmt(s.Assign, false)
		nodes.go#L1435: 			p.stmt(s.Comm, false)
		nodes.go#L1808: 				p.stmt(s, i == len(b.List)-1)
		printer.go#L1142: 		p.stmt(n, false)